home *** CD-ROM | disk | FTP | other *** search
- object CleanupDialog: TCleanupDialog
- Left = 356
- Top = 218
- HelpType = htKeyword
- HelpKeyword = 'ui_cleanup'
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Cleanup application data'
- ClientHeight = 299
- ClientWidth = 489
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poOwnerFormCenter
- OnShow = FormShow
- DesignSize = (
- 489
- 299)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 475
- Height = 97
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption =
- 'Following list contains all application data possibly stored on ' +
- 'this computer. Check those you want to remove.'#13#10#13#10'If another int' +
- 'ance of application is running, please close it before cleaning ' +
- 'data.'#13#10#13#10'Notice: Opening session and/or next execution of applic' +
- 'ation will recreate some of data.'
- WordWrap = True
- end
- object OKButton: TButton
- Left = 329
- Top = 268
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object CancelButton: TButton
- Left = 409
- Top = 268
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Close'
- ModalResult = 2
- TabOrder = 3
- end
- object DataListView: TListView
- Left = 8
- Top = 104
- Width = 475
- Height = 156
- Anchors = [akLeft, akTop, akRight, akBottom]
- Checkboxes = True
- Columns = <
- item
- Caption = 'Data'
- Tag = 1
- Width = 160
- end
- item
- Caption = 'Location'
- Width = 500
- end>
- ColumnClick = False
- HideSelection = False
- Items.Data = {
- F70000000600000001000000FFFFFFFFFFFFFFFF00000000000000001647656E
- 6572616C20636F6E66696775726174696F6E5802000000FFFFFFFFFFFFFFFF00
- 000000000000001053746F7265642073657373696F6E735803000000FFFFFFFF
- FFFFFFFF00000000000000001143616368656420686F7374206B657973580400
- 0000FFFFFFFFFFFFFFFF000000000000000017436F6E66696775726174696F6E
- 20494E492066696C655805000000FFFFFFFFFFFFFFFF00000000000000001152
- 616E646F6D20736565642066696C655806000000FFFFFFFFFFFFFFFF00000000
- 000000001254656D706F7261727920666F6C6465727358}
- ReadOnly = True
- RowSelect = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- ViewStyle = vsReport
- OnInfoTip = DataListViewInfoTip
- OnKeyUp = DataListViewKeyUp
- OnMouseDown = DataListViewMouseDown
- end
- object CheckAllButton: TButton
- Left = 8
- Top = 266
- Width = 89
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Un/check &all'
- TabOrder = 1
- OnClick = CheckAllButtonClick
- end
- end
-